home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / arexxport_dev / demo / test2.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1996-05-02  |  183 b   |  12 lines

  1. /* Test */
  2. options results
  3.  
  4. say
  5. say ">>>>>>>>>>>>>>>>>>>>>>>>>>"
  6. Say '    Hello from Test2.rexx'
  7. say "    >> Any Key <<"
  8. pull a
  9. say "<<<<<<<<<<<<<<<<<<<<<<<<<<"
  10.  
  11. exit( "Fish Cakes" )
  12.